Cosmetic doc fixes
authorMatthias Clasen <mclasen@redhat.com>
Sun, 11 Sep 2011 01:48:20 +0000 (21:48 -0400)
committerChristian Persch <chpe@gnome.org>
Tue, 13 Sep 2011 10:55:22 +0000 (12:55 +0200)
gtk/gtkfontchooserdialog.c
gtk/gtkfontchooserwidget.c

index 69e32c01d91f98bb36ed7e2ca23e7523a4da330f..e0277a3ba2a306bc524be79627fb716ae17385ac 100644 (file)
@@ -52,8 +52,8 @@ struct _GtkFontChooserDialogPrivate
  * @See_also: #GtkFontChooser, #GtkDialog
  *
  * The #GtkFontChooserDialog widget is a dialog box for selecting a font.
+ * It implements the #GtkFontChooser interface.
  *
-*
  * <refsect2 id="GtkFontChooserDialog-BUILDER-UI">
  * <title>GtkFontChooserDialog as GtkBuildable</title>
  * The GtkFontChooserDialog implementation of the GtkBuildable interface
@@ -192,7 +192,7 @@ gtk_font_chooser_dialog_init (GtkFontChooserDialog *fontchooserdiag)
 
 /** gtk_font_chooser_dialog_new:
  * @title: (allow-none): Title of the dialog, or %NULL
- * @parent: (allow-none): Trasient parent of the dialog, or %NULL
+ * @parent: (allow-none): Transient parent of the dialog, or %NULL
  *
  * Creates a new #GtkFontChooserDialog.
  *
index 4ceb9facf868d3f5775d75b70d49f35ccb2e1017..cc6306ea6a0b49406d2d1ddf1e0dda3ab9789bf3 100644 (file)
  * @Title: GtkFontChooserWidget
  * @See_also: #GtkFontChooserWidgetDialog
  *
- * The #GtkFontChooserWidget widget lists the available fonts, styles and sizes,
- * allowing the user to select a font.
- * It is used in the #GtkFontChooserWidgetDialog widget to provide a dialog box for
- * selecting fonts.
+ * The #GtkFontChooserWidget widget lists the available fonts,
+ * styles and sizes, allowing the user to select a font. It is
+ * used in the #GtkFontChooserWidgetDialog widget to provide a
+ * dialog box for selecting fonts.
  *
  * To set the font which is initially selected, use
  * gtk_font_chooser_set_font().